home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / comm / dgterm.zip / DGTERM.DOC < prev    next >
Text File  |  1988-11-07  |  14KB  |  398 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.                    DGTERM - Background VT102 Emulator with X/Ymodem
  10.                                      Version 1.0
  11.  
  12.                                      By Dale Gass
  13.                                      P.O. Box 82
  14.                               Shubenacadie, Nova Scotia
  15.                                     Canada B0N 2H0
  16.  
  17.  
  18.  
  19.           I.   Shareware
  20.  
  21.                DGTERM is distributed as Shareware.   If you use the program
  22.                regularly and find it  useful, please contribute $30 US  (or
  23.                any amount within your means) to the author.
  24.  
  25.                If  there is  sufficient  interest  (and donations)  various
  26.                features will be  added to the  program, such as a  powerful
  27.                script language, and the Kermit file transfer protocol.  
  28.                Users who give  the $30 shareware donation  for this version
  29.                will not be expected to do so for future versions.
  30.  
  31.                Any further development and future  releases of this program
  32.                depend solely  upon contributions received from  the current
  33.                release.  (Translation: if it doesn't  pay, I'm not spending
  34.                any more time on it :-)  So if you wish to see new  versions
  35.                of this and  other high quality shareware programs  from me,
  36.                please contribute what you can.
  37.  
  38.  
  39.  
  40.           II.  Overview
  41.  
  42.                DGTERM is designed  to be  a small yet  reliable and  useful
  43.                background terminal program  with full VT-102 emulation  and
  44.                file transfer capabilities.
  45.  
  46.  
  47.  
  48.           III. Function Keys
  49.  
  50.                ALT-B     Send BREAK exactly as long as key is held down
  51.                ALT-C     Change COMmunications port
  52.                ALT-D     Change directory
  53.                ALT-E     Toggle local echo
  54.                ALT-K     Set hot keys (Defaults to Ctrl-LeftShift)
  55.                ALT-L     Set line speed (baud rate)
  56.                ALT-M     Toggle  echoing of incoming characters back to COM
  57.                          port
  58.                ALT-O     Toggle DTR (data terminal ready) line
  59.                ALT-P     Set parity
  60.                ALT-R     Reset VT-102 terminal
  61.  
  62.                                           1
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73.  
  74.  
  75.                ALT-S     Save all settings into .COM file
  76.                ALT-X     Terminal DGTERM (remove it from memory)
  77.                PgUp      Perform YMODEM batch upload
  78.                ^PgUp     Perform XMODEM upload (CTRL-PgUp)
  79.                PgDn      Perform XMODEM download/YMODEM batch download
  80.  
  81.  
  82.  
  83.           IV.  Notes
  84.  
  85.                A.   DGTERM's current  directory  defaults  to  the  default
  86.                     directory when the program was first executed.
  87.  
  88.                B.   Multiple copies of DGTERM may be executed, each running
  89.                     on different  communication ports.   The  hot keys  for
  90.                     each  copy  of   DGTERM  should  be  unique   to  avoid
  91.                     confusion.
  92.  
  93.                C.   DGTERM attempts to  choose an attribute set  which will
  94.                     work best with  the video card  and video mode.   There
  95.                     are currently three attribute sets:  Mono, for use with
  96.                     monochrome displays;  Color, for use with CGA's, EGA's,
  97.                     etc.; and  B&W for use with CGA's, EGA's when connected
  98.                     to  a  B&W monitor.    See the  'Technical Information'
  99.                     section on how to change these attributes.
  100.  
  101.                D.   To  perform an XMODEM download, use PgDn, then type the
  102.                     file's  name.  To perform  a YMODEM download, use PgDn,
  103.                     then just hit return--the host  end will supply all the
  104.                     filenames.
  105.  
  106.                E.   With YMODEM  batch uploads,  several wildcard  patterns
  107.                     may be specified,  separated by  spaces.  For  example,
  108.                     you may specify "*.ASM *.DOC *.OBJ".
  109.  
  110.                F.   All  uploads/downloads take  place in  DGTERM's current
  111.                     directory (as set by ALT-D).
  112.  
  113.                G.   ESC will abort any upload/download.
  114.  
  115.                H.   Currently, no screen retrace checking  is done, so some
  116.                     snow may occur on older graphics  cards.  If this turns
  117.                     out to be a major problem, it will be added.
  118.  
  119.                I.   All  resident programs  (like  DGTERM, Sidekick,  etc.)
  120.                     should  be removed in the  *reverse* of order that they
  121.                     were installed, otherwise crashes may  occur.  As well,
  122.                     uninstalling  *any* resident  program can  be dangerous
  123.                     when  another  application  program  (which takes  over
  124.                     sytem interrupts) is currently runing on top of it.
  125.  
  126.                J.   Be careful with ALT-O (toggling DTR).  If you leave the
  127.  
  128.                                           2
  129.  
  130.  
  131.  
  132.  
  133.  
  134.  
  135.  
  136.  
  137.  
  138.  
  139.  
  140.  
  141.                     DTR low, depending upon the dip switch settings of your
  142.                     modem, your modem  may ignore your commands  (until you
  143.                     hit ALT-O to bring DTR high again).
  144.  
  145.  
  146.           V.   Hot Keys
  147.  
  148.                When choosing hot keys (with ALT-K), press the desired shift
  149.                keys  you with  (choosing from  ALT,  CTRL, Left  Shift, and
  150.                Right Shift) then  press and release the key you wish to use
  151.                in conjunction with these shift keys.
  152.  
  153.                For example, if you want ALT-. to be the hot key, press ALT-
  154.                K, then press ALT, press and release the . key, then release
  155.                the ALT key.
  156.  
  157.                Both the shifts and the auxiliary key are optional.  Use the
  158.                'N' key if you just want to use shifts and no auxiliary key.
  159.                (I.E. Press CTRL-SHIFT-N  to make  CTRL-SHIFT the hot  key).
  160.                Similarly, just press a  key without any shifts to  use that
  161.                key as the  hot key (I.E.  Press F10 to  use F10 as the  hot
  162.                key).    (I find  SysReq  to be  a  handy solo  hot  key, on
  163.                keyboards which have it).
  164.  
  165.                Pressing ALT-N (choosing  ALT as  the hot key)  can get  you
  166.                into trouble, as  you won't be able to access any of the ALT
  167.                functions, and  thus can't  change the hot  keys again  (the
  168.                instant  you  press ALT,  you  will  be toggled  out  of the
  169.                program, before you  get a chance to hit the other key of an
  170.                ALT combination).
  171.  
  172.                Note: when toggling  between DGTERM  and a graphics  screen,
  173.                DGTERM  will  not  reset to  text  mode,  and  you will  see
  174.                graphics  garbage.   No  crashes  will occur,  it  will just
  175.                confuse you.   Toggling again  will put you  safely back  in
  176.                your graphics screen.  It is best to avoid toggling when  in
  177.                graphics mode.  Graphics  mode toggling was left due  to the
  178.                amount of code and extra storage space it would require.
  179.  
  180.  
  181.           VI.  VT-102 Emulation
  182.  
  183.                Relatively complete VT-102 emulation is implemented (include
  184.                insert/delete spaces on  line).  All feasible  features were
  185.                included.
  186.  
  187.                The numeric  keypad is  implemented with  the PC's  function
  188.                keys F1-F4 taking the place of the VT-102's top row, and the
  189.                remaining keys on a standard PC numeric pad corresponding to
  190.                the VT-102 positions.   The NumLock  key must be pressed  to
  191.                make use of the application keypad.
  192.  
  193.  
  194.                                           3
  195.  
  196.  
  197.  
  198.  
  199.  
  200.  
  201.  
  202.  
  203.  
  204.  
  205.  
  206.  
  207.                Deviations:    PC's PrtSc key is VT-102 -
  208.                               PC's Numeric - is VT-102 ,
  209.                               PC's Numeric + is VT-102 ENTER
  210.  
  211.  
  212.  
  213.           VII. Technical Information
  214.  
  215.                The  foll